home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------*/
- /* */
- /* OS2MAIN.CPP */
- /* */
- /* Copyright (c) 1991, 1994 Borland International */
- /* All Rights Reserved */
- /* */
- /* Provides the initialization function for the DLL version */
- /* of the class libraries */
- /* */
- /*------------------------------------------------------------------------*/
-
- int main()
- {
- return 0;
- }
-
-
-